getAccessibilityPaneTitle

@Nullable
open fun getAccessibilityPaneTitle(@NonNull view: @NonNull View): @Nullable CharSequence(source)

Get the title of the pane for purposes of accessibility.

Return

The current pane title. {@see #setAccessibilityPaneTitle}.

Parameters

view

The view queried for it's pane title.

Compatibility:

  • API <19: Always returns null